Python Installation

We recommend Continuum Analytics’ Anaconda distribution of Python v2.7 and compatible popular scientific computation packages.

Go here to download a graphical installer appropriate for your machine’s

Run the installer and follow its instructions to install the software into a folder you prefer.

Note that the Anaconda installation folder path MUST NOT CONTAIN BLANK SPACES, because spaces occasionally cause bugs in dependent open-source software packages.  

Anaconda Academic License

Continuum offers free Anaconda advanced computation optimization add-ons for academic use.

You may obtain an Academic License here and follow the instructions in the company’s email after you submit your request.

(The commands to install MKL are already included in the pre-included installation script file discussed in section Additional Conda & PyPI Packages Installation below) 

JetBrains, a vendor of popular integrated development environments (IDEs) for professional software developers, has an excellent IDE named PyCharm for Python.

We recommend PyCharm, but you may feel free to go with any ther Python IDE(s) of your own choice.

If you do opt for PyCharm, go here to download its free Community Edition and install it onto your machine.

Note: you typically need to manually configure your installed IDE (PyCharm or other) to link it to the a Python backend (“Python interpreter”). There should be easy-to-follow online guides on how to do this for each IDE. 

Additional Conda & PyPI Packages Installation

We need to install a number of packages from both Continuum Analytics’ Anaconda and the Python Package Index (PyPI).